@charset "utf-8";
/* CSS Document */
html{font-size:20px;}
body{font-size:.7rem;color:#333;font-family:"微软雅黑";}
html,body{margin:0px;padding:0px;width:100%;height:100%;}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;margin:0;padding:0; }
video,
img{border:none;max-width:100%;vertical-align: middle;}
div,ul,ol,li,dl,dt,dd,p,form,figure{margin:0;padding:0;}
ul,ol,li,dl,dt,dd{list-style:none;}
a{font-size:inherit;text-decoration:none;color:#2f2f2f;}
a:hover,
a:focus{ text-decoration:none; color:#0997F7;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:active{color:inherit; text-decoration:none;}
i,em{font-style:normal;}
select,input,textarea,button{font-family:inherit; font-size:inherit;}
table { border-spacing: 0; border-collapse: collapse; background-color: transparent; }
td, th { padding: 0; }
th { text-align: left; }
tr { vertical-align: middle; }

.clearfix::before,
.clearfix::after{display:table;content:" ";clear:both;}
.tbl-type{display:table;width:100%;table-layout:fixed}
.tbl-cell{display:table-cell;}
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.center{ text-align:center; }
.right{ text-align:right; }
.valign *{ display:inline-block; vertical-align:middle; }
.relative{ position: relative; }
body .gray-bg{ background-color: #f5f5f5; }

.ellipsis{ display: -webkit-box!important; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.ellipsis.lc2 { -webkit-line-clamp: 2; }
.ellipsis.lc3 { -webkit-line-clamp: 3; }
.ellipsis.lc4 { -webkit-line-clamp: 4; }
.ellipsis.lc5 { -webkit-line-clamp: 5; }

.shadow { box-shadow: 0 0 20px rgba(103, 103, 103, .2); }
.hide{ display: none; }
.img-box{ line-height:normal; font-size:0; }
.ivy-flex{ display: flex; justify-content: space-between; align-items: center; }
.ivy-flex.stretch{ align-items:stretch; }

* .pc-used{ display: block!important; }
* .m-used{ display: none!important; }


body{ background-color: #ffffff; }
.wrap{ width:100%; padding:0 15px; max-width:1360px; margin: auto; }
.container{ padding: 80px 0 50px 0; background-color: #F2F7FB; position:relative; }
.container.about{ padding:40px 0 0 0; }

.header { width: 100%; height:95px; position: fixed; left: 0; top: 0; z-index: 1000; }

.logo-box { float: left; padding-top: 20px; }
.logo-box img{ display: block; }
	.logo-box img.white{ display:block; } /** 白色logo */
	.logo-box img.color{ display:none; } /** 彩色logo */
	
.nav-box{ float:right; position: relative; padding-top: 25px; }

.header.bg-white{ background-color:#fff; }
.header.bg-white .logo-box img.white{ display:none; }
.header.bg-white .logo-box img.color{ display:block; }

.nav ul li { float: left; width: auto; display: block; position: relative; padding:0 10px; }
.nav ul li .tit { display: block; position: relative; padding: 0 15px; text-align: center; font-size: .8rem; font-weight: 400; height:45px; line-height:45px; color:#fff; }
.nav ul li.on .tit,
.nav ul li:hover .tit{ background-color:#fff; border-radius:4px; color:#0997F7; }

.nav ul li .child { display: none; background-color: #fff; line-height: 3; visibility: visible; text-align: center; border-radius: 5px; padding: 5px; position: absolute; top:65px; left:-20px; right: -20px; box-shadow: 0 0 15px rgba(103, 103, 103, .2); }
.nav ul li .child a { display: block; position: relative; color: #333; border-bottom: 1px solid #edecec;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}
.nav ul li .child a:last-child{ border-bottom:none; }

.header.bg-white .nav ul li .tit{ color:#222; }
.header.bg-white .nav ul li.on .tit,
.header.bg-white .nav ul li:hover .tit{ color:#fff; background-color:#0997F7; }

.menu-button { display: none; position: absolute; top: 10px; right: 15px; z-index: 1002; padding: 5px 0; border-radius: 5px; }
.menu-button button { display: block; background: none; overflow: hidden; cursor: pointer; z-index: 1000; border: 0; width: 32px; height: 30px; padding: 0; outline: 0; position: relative;
    -webkit-appearance: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}
.menu-button button::before,
.menu-button button::after,
.menu-button button span { background: #414141; border-radius: 2px; }
.menu-button button::before,
.menu-button button::after { content: ''; position: absolute; height: 2px; width: 100%; left: 0; top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
}
.menu-button button span { display: block; position: absolute; height: 2px; width: 80%; left: 0; top: 50%; margin-top: 0; overflow: hidden; text-indent: 200%;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.menu-button button::before {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
}
.menu-button button::after {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
    width: 93%;
}

.menu-button.open button span { opacity: 0; background: #fff; }
.menu-button.open button::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    background: #fff;
}
.menu-button.open button::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background: #fff;
    width: 100%;
}

/** banner样式 */
.banner-box .swiper-container-horizontal>.swiper-pagination-bullets{ bottom:45px; }
.banner-box .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 7px; }
.banner-box .swiper-pagination-bullet{ opacity:1; background-color: transparent; border:1px solid #ffffff; width: 15px; height: 15px; }
.banner-box .swiper-pagination-bullet-active{ background-color: #ffffff; }


.nbanner-box { position: relative; overflow: hidden; }
.nbanner-box .box { position: absolute; left: 50%; margin-left: -960px; width: 1920px; }

.swiper-banner .swiper-slide{ position: relative; overflow: hidden; }
.sbimg-box{ position: absolute; top: 0; left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-box.hasTop,
.nbanner-box.hasTop{ margin-top:95px; }

/** 首页  */
.section{ padding:50px 0; }

.section-service{ min-height:245px; background: #F2F7FB url(../images/lianxiwomenditu.jpg) center center no-repeat; }
.section-service h3{ font-size:.9rem; line-height:2; color:#fff; }
.section-service p{ line-height:1.75; color:#f2f2f2; margin-bottom:25px; }

.more-s1{ display:inline-block; background-color:#83C326; color:#fff; font-weight:400; padding:7px 62px 7px 30px; position:relative; }
.more-s1:hover{ color:#f2f2f2; }
.more-s1 .arrow{ position:absolute; right:3px; top:3px; bottom:3px; line-height:0; }
.more-s1 .arrow img{ height:100%; }

.more-box{ text-align:center; margin-top:35px; }
.more-s2{ display:inline-block; background-color:#0595DE; color:#fff; font-weight:400; padding:10px 35px 10px 35px; position:relative; }
.more-s2:hover{ color:#f2f2f2; }


.title-s1{ text-align:center; margin-bottom:35px; }
.title-s2{ text-align:center; margin-bottom:35px; font-size:1.2rem; font-weight:700; }
.title-s3{ text-align:center; margin-bottom:25px; padding-bottom:15px; font-size:1.2rem; font-weight:700; color:#fff; position:relative; }
.title-s3::after{ content:''; display:block; position:absolute; bottom:0px; width:1.4rem; left:50%; margin-left:-0.7rem; border-bottom:3px solid #fff; }

.section-about,
.section-customer{ background-color:#f2f7fb; }
.ind-customer-list .img-box img{ width:100%; }

.section-news{ background: #25375F url(../images/xinwenditu.jpg) center center no-repeat; }

.news-list ul{ margin-left:-50px; margin-top:-50px; }
.news-list ul li{ float:left; width:33.33%; padding-left:50px; padding-top:50px; }
.news-list ul li .img-box{ overflow:hidden; }
.news-list ul li .img-box img{ width:100%; transition: all 0.5s ease-out 0s; }
.news-list ul li:hover .img-box img{ transform: scale(1.1);}
.news-list ul li .txt-box{ background-color:#fff; padding:20px 20px 60px 20px; height:210px; position:relative; }
.news-list ul li .txt-box h5{ line-height:2; font-size:.8rem; font-weight:600; }
.news-list ul li .txt-box p{ line-height:1.75; color:#888; }
.news-list ul li .txt-box time,
.news-list ul li .txt-box .more{ display:block; position:absolute; bottom:20px; left:20px; color:#0595DE; font-size:.65rem; font-weight:600; }
.news-list ul li .txt-box time{ color:#999; font-weight:normal; }

.section-product{ background: url(../images/chanpinditu.jpg) center center no-repeat; }
.section.section-product{ padding-bottom:60px; }

.ind-product-list .slick-slide{ position: relative; padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-justify-content: center;
            justify-content: center;
              -ms-flex-pack: center;
}
.ind-product-list .slick-slide a { display:block; transition: 450ms; background-color:#fff; }
.ind-product-list .slick-slide a{
   -webkit-transform: scale(0.85);
           transform: scale(0.85);
}
.ind-product-list .slick-slide.slick-center{ z-index: 10; cursor: default; }
.ind-product-list .slick-slide.slick-center a{
    -webkit-transform: scale(1);
            transform: scale(1);
	box-shadow: 0 0 20px rgba(103, 103, 103, .2);
    overflow: hidden;
}

.ind-product-list .slick-slide .txt-box{ text-align:center; padding:30px; }
.ind-product-list .slick-slide .txt-box h5{ font-size:.8rem; font-weight:700; margin-bottom:20px; }
.ind-product-list .slick-slide .txt-box span{ display:inline-block; background-color:#0595DE; color:#fff; font-weight:400; padding:10px 35px 10px 35px; }

.ind-product-list .slick-dots { bottom: -45px; }
.ind-product-list .slick-prev, .ind-product-list .slick-next{ width:30px; height:56px; }
.ind-product-list .slick-prev::before, .ind-product-list .slick-next::before{ content:''; display:none; }
.ind-product-list .slick-prev:hover,
.ind-product-list .slick-prev:focus,
.ind-product-list .slick-prev{ background:url(../images/slick-left.png) center center no-repeat; }
.ind-product-list .slick-next:hover,
.ind-product-list .slick-next:focus,
.ind-product-list .slick-next{ background:url(../images/slick-right.png) center center no-repeat; }

/** 首页 数字展示 */
.section-strength{ background: #0094DE url(../images/shuziditu.jpg) bottom center no-repeat; position:relative; z-index:1; }
.section.section-strength{ padding-top:130px; }
.strength-list { display: flex; justify-content: center; }
.strength-list dd{ width: 25%; display: flex; align-items: center; color: #fff; }
.strength-list em{ font-size:1.2rem; display:block; padding-right: 15px; position:relative; }
.strength-list em:after{ content:''; display:block; position:absolute; top:10px; bottom:10px; right:0; width:1px; border-right:2px solid #eee; }
.strength-list p{ font-size:2.5rem; padding-left:15px; }

/** 首页 关于我们 */
.ind-about-content{ padding:30px 40px 60px 40px; border-radius:7px; background:url(../images/about-content-bg.png) bottom center repeat-x; display: flex; justify-content: center; margin-bottom:-130px; position:relative; z-index:90; }
.ind-about-content .img-box{ width:50%; }
.ind-about-content .txt-box{ line-height:2; width:50%; padding-left:30px; position:relative; padding-bottom:62px; }
.ind-about-content h4{ font-size:1.2rem; }
.ind-about-content .more-s1{ background-color:#0595DE; position: absolute; bottom: 0; left: 30px; }


/** 底部样式 */
.footer{ background-color: #fff; }
.bot-row{ padding: 30px 0; border-bottom:1px solid #d5dade; }
.bot-qrcode{ float:left; }
.bot-qrcode ul li{ float:left; margin-left:70px; text-align:center; }
.bot-qrcode ul li:first-child{ margin-left:0; }
.bot-qrcode ul li span{ display:block; text-align:center; line-height:2.5; font-size:.8rem; font-weight:600; }

.bot-contact{ float: right; }
.bot-contact{ line-height: 1.75; color:#666; }
.bot-contact em{ color:#222; }
.bot-contact i{ display: inline-block; margin-right:8px; color:#83C326; font-size:1rem; }
.bot-contact .space{ display: inline-block; margin-left:2em; }

.bot-row2{ padding: 20px 0; }

.copyright{ float: left; }
.support{ float: right; }


/** 内页位置 子栏目 */
.crumbs{ position:absolute; width:100%; left:0; top:-30px; z-index:996; }
.crumbs .submenu { display: flex; flex: 1; flex-direction: row; justify-content: center; align-items: center; background-color: #fff; box-shadow: 0 0 15px rgba(103, 103, 103, .2); border-radius:5px; }
.crumbs .submenu a{ display: flex; flex: 1; flex-direction: row; justify-content: center; align-items: center; line-height: 60px; position:relative; font-weight:700; }
.crumbs .submenu a:hover,
.crumbs .submenu a.on{ color: #0997F7; }
.crumbs .submenu a::after{ content:''; display:block; position:absolute; top:50%; height:1rem; margin-top:-0.5rem; right:0; width:1px; border-right:2px solid #eee; }


/* 产品展示 */
.product-list ul{ margin-left: -50px; margin-top: -50px; }
.product-list ul li{ width: 33.33%; float: left; padding-left: 50px; margin-top: 50px; }
.product-list ul li a{ display: block; background-color: #ffffff; overflow: hidden; text-align: center; border:1px solid #CCCDCF; }
.product-list ul li .img-box img{ width:100%; }
.product-list ul li .txt-box{ display: block; padding: 15px; line-height:1.5; text-align: center; border-top:1px solid #CCCDCF; }
.product-list ul li a:hover{ border-color:#0997F7; }
.product-list ul li a:hover .txt-box{ border-color:#0997F7; color:#0997F7; }

/** 联系我们 */
.contact-box{ float:left; width:48%; height:400px; background-color: #fff; box-shadow: 0 0 15px rgba(103, 103, 103, .2); padding:50px 30px; line-height:2; font-size:.9rem; }
.maps-box{ float:right; width:48%; height:400px; background-color: #fff; box-shadow: 0 0 15px rgba(103, 103, 103, .2); }


/* 荣誉客户 */
.customer-list ul{ margin-left:-30px; margin-top:-30px; }
.customer-list ul li{ float:left; width:20%; padding-left:30px; padding-top:30px; }
.customer-list ul li .img-box{ background-color: #fff; box-shadow: 0 0 15px rgba(103, 103, 103, .2); }
.customer-list ul li .img-box img{ width:100%; }


/** 关于我们 公司简介 */
.about-content{ display: flex; justify-content: center; margin-bottom:30px; }
.about-content .img-box{ width:45%; padding-right:20px; }
.about-content .txt-box{ padding:20px; background-color:#fff; line-height:2; width:55%; padding-left:30px; position:relative; }
.about-content h4{ font-size:1rem; font-weight:700; }

/** 首页 数字展示 */
.about-strength-list { display: flex; flex: 1; flex-direction: row; justify-content: center; align-items: center; }
.about-strength-list dd{ width: 25%; display: flex; flex: 1; flex-direction: row; justify-content: center; align-items: center; position:relative; }
.about-strength-list dd::after{ content:''; display:block; position:absolute; top:10px; bottom:10px; right:0; width:1px; border-right: #ccc 2px solid; }
.about-strength-list em{ display:block; font-size:1.2rem; text-align:center; }
.about-strength-list p{ font-size:2.5rem; text-align:center; color:#85C529 }
.about-strength-list dd:last-child::after{ display:none; }


/**.section-research{ background: #54748E url(../images/yftdditu.jpg) center center no-repeat; }*/
.section-research{ background: #54748E url(../images/shengchannengli.jpg) center center no-repeat; }
.research-content{ line-height:2; color:#fff; font-size:.9rem; text-align:center; }

.section-culture{ background: #ECEDEF url(../images/qywhditu.jpg) center center no-repeat; }
.culture-content{ line-height:2; color:#098FD1; font-size:1.1rem; text-align:center; font-weight:600; }

.section-role{ min-height:300px; background: #F2F7FB url(../images/hyjsditu.jpg) center center no-repeat; }
.role-content{ line-height:2; color:#fff; font-size:1.1rem; text-align:center; }

.section-honor{ background: #F2F7FB; }
.honor-list .swiper-honor{ margin: 0 37px; }
.swiper-honor .swiper-slide a{ display:block; position:relative; }
.swiper-honor .swiper-slide img{ width:100%; }
.swiper-honor .swiper-slide .txt-box{ display:none; }
.swiper-honor .swiper-slide a:hover .txt-box{ display:block; position:absolute; bottom:0; left:0; width:100%; background-color:rgba(0, 0, 0, .5); color:#fff; padding:13px 20px; text-align:center; font-size:.9rem; }

.honor-list{ position:relative; }
.honor-list .swiper-button-next{ right:0; }
.honor-list .swiper-button-prev{ left:0; }




/** 信息详情 */
.detail-box{ width:100%; padding:25px; background-color:#fff; box-shadow: 0 0 15px rgba(103, 103, 103, .2); border-radius:7px; }

.view-title{ font-size: 1.5rem; text-align:center; margin-bottom: 20px; }
.view-element{ color:#666; border-bottom:1px solid #eee; border-top:1px solid #eee; padding: 15px 0; margin-bottom: 20px; }
.view-element .view-attr{ float: left; }
.view-element .view-attr span{ display: inline-block; margin-left: 10px; }
.view-element .view-attr span:first-child{ margin-left: 0; }
.view-element .bshare-custom{ display:inline-block; float:right; }
.view-element .bshare-custom a{ display:inline-block; background: url(../images/share-icon.png) no-repeat; padding-left: 25px; line-height: 24px; height: 24px; }
.view-element .bshare-custom .bsPromo,
.view-element .bshare-custom .bshare-more { display: none; }
.view-element .bshare-custom .bshare-sinaminiblog { background-position: 0 -98px; }
.view-element .bshare-custom .bshare-weixin{ background-position:0 -162px; }
.view-element .bshare-custom .bshare-qzone { background-position: 0 -47px; }
.view-element .bshare-custom .bshare-qqim{ background-position: 0 -260px; }
.bsBox{ -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; }

.view-content{ line-height:2; padding: 15px 0; }
.view-content p{ margin-bottom: 5px; }

.view-assoc{ background:#0997F7; color:#fff; height: 70px; line-height: 70px; }
.view-assoc .prev{ float: left; padding-left: 20px; position: relative; width: 50%; }
.view-assoc .next{ float: right; padding-right: 20px; position: relative; width: 50%; text-align: right; }
.view-assoc .next::after,
.view-assoc .prev::after { position: absolute; top: 50%; margin-top: -5px; left: 0; content: ' '; display: block; border: solid #fff; border-width: 0 2px 2px 0; padding: 3px; vertical-align: middle; transform: rotate(135deg); -webkit-transform: rotate(135deg); }
.view-assoc .next::after{ left: auto; right: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.view-assoc a{ color:#fff; }

/** 分页样式 */
.pager{ text-align:center; margin-top:30px; margin-bottom:30px; }
.pager span,
.pager a,.pager strong{ display: inline-block;padding:15px 15px; margin:0 10px; color:#333;background: #fff; }
.pager span{ background:#fff; color:#333;padding: 15px 30px; }
.pager a:last-child {padding: 15px 30px;}
.pager a:hover,.pager strong{ background:#0997F7; color:#fff; }



/*中等屏幕   w<1200*/
@media screen and (max-width: 1200px) {

}
/*pad: w< 992*/
@media screen and (max-width: 992px) {
	* .pc-used{ display: none!important; }
	* .m-used{ display: block!important; }
	
	.container{ padding:40px 0; }

	.header{ background-color:#fff; height:auto; }

	.logo-box{ padding:10px 0; }
	.logo-box img{ max-height:40px; }
	.logo-box img.white{ display:none; } /** 白色logo */
	.logo-box img.color{ display:block; } /** 彩色logo */

    .menu-button { display: block; }
	.nav{ display:none; }
	.smart-nav { display: block; }
    .smart-nav { position: fixed; width: 70%; z-index: 1001; left: auto; right: -70%; top: 0; bottom: 0; background: rgba(0, 147, 221, .8); padding-top: 60px; overflow: hidden;
        -webkit-transition: .3s all;
        transition: .3s all;
    }
    .smart-nav.open { right: 0; }
    .smart-nav ul { display: block; width: 100%; height: 100%; border-top: 1px solid rgba(255, 255, 255, .5); overflow-y: auto; }
    .smart-nav ul li { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .5); cursor: pointer; }
    .smart-nav ul li .tit { font-size: .8rem; text-indent: 1em; display: block; padding: 12px 0; color: #ffffff; }
	.smart-nav ul li .hasChild{ background: url(../images/person5_h.png) 190px center no-repeat; background-size: 8px 15px; }
	.smart-nav ul li.on .hasChild{ background:none; }
    .smart-nav ul li .tit.ignore { background: none; }
    .smart-nav ul li .child { border-top: 1px solid rgba(206, 206, 206, 0.5); display: none; }
    .smart-nav ul li .child a { display: block; padding: 5px 0; font-size: .8rem; line-height: 2; color: #eeeeee; text-indent: 2em; }
    .smart-nav ul li .child a:first-child { padding-top: 10px; }
    .smart-nav ul li .child a:last-child { padding-bottom: 10px; }
    .smart-nav ul li .tit:hover,
    .smart-nav ul li .child a:hover { background-color: #ffffff; color: #0997F7; }

	.banner-box.hasTop,
	.nbanner-box.hasTop,
	.banner-box{ margin-top:60px; }

	.bot-row { padding: 20px 0; }
	.support,
	.copyright{ float:none; }
	.bot-qrcode,
	.bot-contact{ float:none; }
	.bot-qrcode{ margin-bottom:10px; }

	/** 首页 数字展示 */
	.section.section-strength{ padding-top:50px; }
	/*.section-strength{ display:none; }*/
	.strength-list { display: block; }
	.strength-list dd{ width: 100%; margin-bottom:20px; }
	.strength-list dd:last-child{ margin-bottom:0; }
	.strength-list p{ font-size:2rem; }

	/** 首页 关于我们 */
	.ind-about-content{ display: block; padding: 15px; margin-bottom:0; }
	.ind-about-content .img-box{ width:100%; }
	.ind-about-content .txt-box{ width:100%; padding-left:0; }
	.ind-about-content .more-s1{ left: 0; }
	.ind-about-content h4{ font-size:.9rem; }

	/** 面包屑*/
	.crumbs{ position:relative; margin-top:-30px; }
	.crumbs .submenu{ display:block; padding:0 30px; }
	.crumbs .submenu a{ display:block; line-height: 50px; text-align: left; border-bottom: 1px solid #ddd; }
	.crumbs .submenu a::after{ display:none; }
	.crumbs .submenu a:last-child{ border-bottom:none; }

	/** 联系我们 */
	.contact-box{ float:none; width:100%; height:auto; }
	.maps-box{ float:none; width:100%; }


	/** 新闻详情 */
	.view-element .view-attr,
	.view-element .bshare-custom{ float: none; }
	
	.view-assoc .prev a span,
	.view-assoc .next a span{ display: none; }
	.view-assoc .prev a::after{ content:"上一条"; }
	.view-assoc .next a::after{ content:"下一条"; }
	

	/** 关于我们 公司简介 */
	.about-content{ display: block; }
	.about-content .img-box{ width:100%; padding-right:0; }
	.about-content .txt-box{ padding:20px; width:100%; }


	/** 首页 数字展示 */
	.about-strength-list { display: block; }
	.about-strength-list dd{ width: 100%; display: block; border-bottom: 2px solid #ddd; padding-bottom:15px; margin-bottom:15px; }
	.about-strength-list dd::after{ display:none; }
	.about-strength-list dd:last-child{ border-bottom:none; padding-bottom:0; margin-bottom:0; }
	.about-strength-list p{ font-size:2rem; }
	
	.customer-list ul li{ width:25%; }
}
/*mobile: w < 768*/
@media screen and (max-width: 768px) {
	.news-list ul li,
	.product-list ul li,
	.picture-list ul li{ width: 100%; }
	
	.customer-list ul li{ width:50%; }
}
/*mobile: w < 640*/
@media screen and (max-width: 640px) {

}
/*mobile: w < 480*/
@media screen and (max-width: 480px) {	
	.bot-qrcode ul li { margin-left: 20px; }
}